home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 June / Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso / pc / reflux / shared.dxr / 00694_rHELP01.BMP.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  291 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("lightswt.wav")
  3.   puppetSprite(7, 1)
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 7 to the number of cast "rhelp02.bmp"
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite 7 to the number of cast "rhelp01.bmp"
  9.   updateStage()
  10.   go("help")
  11. end
  12.